Locates the next node in graph to get to a position
The graph of nodes
Starting position to go to
The end position
Output: An AA mapping a position to another to get to a point
Output: Distance of a node to the end point
http://www.redblobgames.com/pathfinding/tower-defense/
See Implementation
Locates the next node in graph to get to a position